@import "iconfont.css";
.zs-homebanner{
    display: block;
    width: 100%;
}
.gallery-top {
    width: 100%;
}
@media(min-width:768px) and (max-width:992px) {
    .gallery-top .swiper-wrapper {
        height: 400px;
    }
}

@media(min-width:992px) {
    .gallery-top .swiper-wrapper {
        height: 748px;
    }
}

@media only screen and (max-width:767px) {
    .gallery-top .swiper-wrapper .swiper-slide {
        background: none !important;
    }
}

@media only screen and (max-width:767px) {
    .gallery-top .swiper-wrapper .swiper-slide img {
        width: 100%;
    }
}

.gallery-thumbs {
    text-align: center;
    background-color: #e3e3e3;
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px 0;
}

@media(min-width:768px) and (max-width:992px) {
    .gallery-thumbs {
        height: 70px;
        padding: 0;
        margin-top: -70px !important;
        background-color: rgba(0, 0, 0, .3);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media(min-width:992px) {
    .gallery-thumbs {
        height: 90px;
        padding: 0;
        margin-top: -90px !important;
        background-color: rgba(0, 0, 0, .3);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media(min-width:1200px) {
    .gallery-thumbs {
        height: 108px;
        padding: 0;
        margin-top: -108px !important;
        background-color: rgba(0, 0, 0, .3);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

.gallery-thumbs.nav-class {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media(min-width:768px) {
    .gallery-thumbs.nav-class {
        background-color: rgba(255, 255, 255, .3);
    }
}

.gallery-thumbs .swiper-wrapper {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block;
}

@media(min-width:768px) and (max-width:992px) {
    .gallery-thumbs .swiper-wrapper {
        width: 720px;
        padding-top: 15px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .gallery-thumbs .swiper-wrapper {
        width: 940px;
        padding-top: 20px;
    }
}

@media(min-width:1200px) {
    .gallery-thumbs .swiper-wrapper {
        width: 1140px;
        padding-top: 26px;
    }
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
    flex-shrink: inherit;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 33.33333333%;
    height: 33px;
    margin: 6px 0;
    background-size: auto 66px;
    float: left;
    cursor: pointer;
}

@media(min-width:768px) and (max-width:992px) {
    .gallery-thumbs .swiper-wrapper .swiper-slide {
        width: 16.66666667%;
        height: 40px;
        background-size: auto 80px;
        margin: 0 auto;
    }
}

@media(min-width:992px) {
    .gallery-thumbs .swiper-wrapper .swiper-slide {
        width: 16.66666667% !important;
        height: 56px;
        background-size: auto 112px;
        margin: 0 auto;
    }
}

.gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-position-y: 100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto !important;
}

.pagination {
    text-align: center;
}

.pagination li {
    text-align: center;
    display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    cursor: default;
    border: none;
    background: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon_page.png") no-repeat;
    color: #fff;
}

.navbar-nav>li>a {
    padding: 0;
    text-align: center;
    height: 43px;
    line-height: 43px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: none !important;
}

@font-face {
    @font-face {
        font-family: humanist777;
        src: url('../font/humanist777.eot');
        src: url('../font/humanist777.eot?#iefix') format('embedded-opentype'), url('../font/humanist777.woff') format('woff'), url('../font/humanist777.ttf') format('truetype'), url('../font/humanist777.svg#icon') format('svg');
        font-weight: normal;
        font-style: normal;
    }
}

body {
    font-size: 16px;
    color: #000;
    font-family: 'humanist777', 'Helvetica Neue', Arial, 'Liberation Sans', "Open Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'humanist777', 'Helvetica Neue', Arial, 'Liberation Sans', "Open Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

.container-wrapper {
    width: 100%;
}

input:focus,
select:focus,
textarea {
    outline: none;
}

.nav-wrapper {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

@media(min-width:768px) {
    .nav-wrapper {
        height: 114px;
    }
}

.nav-wrapper .navbar-toggle {
    margin: 4px -10px 2px 15px;
}

.nav-wrapper .navbar-toggle .iconfont {
    color: #000;
    line-height: 1.2;
    -webkit-text-stroke-width: 0;
    font-size: 24px;
}

.nav-wrapper.nav-class .navbar-toggle .iconfont {
    color: #fff;
}

.nav-wrapper .navbar-brand {
    height: 44px;
    padding-top: 10px;
    padding-left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media(min-width:768px) {
    .nav-wrapper .navbar-brand {
        padding: 15px 0 15px 0;
    }
}

.nav-wrapper .navbar-brand img {
    height: 35px;
}

@media(min-width:768px) {
    .nav-wrapper .navbar-brand img {
        height: auto;
    }
}

.nav-wrapper .navbar-brand .logo1 {
    display: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.nav-wrapper .navbar-brand.nav-class .logo2 {
    display: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.nav-wrapper .navbar-brand.nav-class .logo1 {
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.nav-wrapper .navbar-collapse {
    background-color: #fff;
    margin: 0 -15px;
    position: relative;
    z-index: 5;
}

@media(min-width:768px) {
    .nav-wrapper .navbar-collapse {
        background: none;
    }
}

.nav-wrapper .navbar-collapse .nav {
    margin: 0 -15px;
}

.nav-wrapper .navbar-collapse .nav li {
    border-bottom: 1px solid #e5e5e5;
}

@media(min-width:768px) {
    .nav-wrapper .navbar-collapse .nav li {
        border-bottom: none;
    }
}

.nav-wrapper .navbar-collapse .nav li a {
    color: #000;
    font-size: 15px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 55px;
    line-height: 55px;
}

@media(min-width:768px) {
    .nav-wrapper .navbar-collapse .nav li a {
        color: #939393;
        height: 114px;
        line-height: 114px;
        font-size: 18px;
        padding: 0 25px;
    }

    .nav-wrapper .navbar-collapse .nav li a:hover {
        background: none;
    }
}

.nav-wrapper .navbar-collapse .nav li b {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
}

.nav-wrapper .navbar-collapse .nav li.active a {
    font-weight: bold;
    color: #000;
}

@media(min-width:768px) {
    .nav-class li a {
        color: #b3b3b3 !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media(min-width:768px) {
    .nav-class li.active a {
        color: #fff !important;
    }
}

.fixed-header {
    background: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 65px;
}

@media(max-width:767px) {
    .fixed-header {
        height: 55px;
    }
}

.fixed-header .navbar-brand {
    height: 55px;
    padding-top: 8px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media(max-width:767px) {
    .fixed-header .navbar-brand {
        padding-top: 10px;
        height: 35px;
    }
}

.fixed-header .navbar-brand .logo1 {
    display: none !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.fixed-header .navbar-brand .logo2 {
    display: block !important;
    height: 50px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media(min-width:992px) and (max-width:1199px) {
    .fixed-header .navbar-brand .logo2 {
        height: 48px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .fixed-header .navbar-brand .logo2 {
        height: 48px;
    }
}

@media(max-width:767px) {
    .fixed-header .navbar-brand .logo2 {
        height: 35px;
    }
}

.fixed-header .navbar-toggle .iconfont {
    color: #000 !important;
}

.fixed-header .navbar-collapse .nav li a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media(min-width:768px) {
    .fixed-header .navbar-collapse .nav li a {
        color: #808080 !important;
        height: 65px;
        line-height: 65px;
    }
}

@media(max-width:767px) {
    .fixed-header .navbar-collapse .nav li a {
        height: 55px;
        line-height: 55px;
    }
}

@media(min-width:768px) {
    .fixed-header .navbar-collapse .nav li.active a {
        color: #000 !important;
    }
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 4;
}

.boh {
    overflow: hidden;
}

.boh .nav-wrapper {
    background-color: #fff;
}

.boh .nav-wrapper .navbar-toggle .iconfont {
    color: #000;
}

.boh .navbar-collapse {
    border-top: 1px solid #e5e5e5;
}

.boh .icon-bar {
    background-color: #000 !important;
}

.boh .logo2 {
    display: block !important;
}

.boh .logo1 {
    display: none !important;
}

.section-title {
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/title_bg-02.svg) no-repeat 14px center;
    background-size: 100px 45px;
    padding-left: 125px;
    padding-right: 14px;
    margin-bottom: 60px;
}

@media(min-width:768px) {
    .section-title {
        background-size: 200px 90px;
        padding-left: 230px;
        margin-bottom: 74px;
    }
}

.section-title h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 3px;
}

@media(min-width:768px) {
    .section-title h3 {
        font-size: 24px;
        height: 90px;
    }
}

@media(min-width:992px) {
    .section-title h3 {
        font-size: 32px;
    }
}

.section-title.process-title {
    background-image: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/title_bg-04.svg);
}

.section-title.clients-title {
    background-image: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/title_bg-03.svg);
}

.section-title.about-title {
    background-image: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/title_bg-05.svg);
}

.section-title.news-title {
    background-image: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/title_bg-06.svg);
}

.page-home .home-tit div {
    padding: 20px 15px;
}

.page-home .home-tit div:before,
.page-home .home-tit div:after {
    display: table;
    content: "";
}

.page-home .home-tit div:after {
    clear: both;
}

@media(min-width:768px) {
    .page-home .home-tit div {
        padding: 90px 15px 60px 15px;
    }
}

.page-home .home-tit div span {
    display: inline-block;
    vertical-align: middle;
}

.page-home .home-tit div img {
    height: 45px;
    width: auto;
}

@media(min-width:768px) {
    .page-home .home-tit div img {
        height: auto;
    }
}

.page-home .home-tit div h3 {
    display: inline;
    font-size: 16px;
    vertical-align: middle;
    margin: 4px 0 0 30px;
}

@media(min-width:768px) and (max-width:991px) {
    .page-home .home-tit div h3 {
        font-size: 18px;
        margin: 6px 0 0 30px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .page-home .home-tit div h3 {
        font-size: 24px;
        margin: 6px 0 0 30px;
    }
}

@media(min-width:1200px) {
    .page-home .home-tit div h3 {
        font-size: 32px;
        margin: 6px 0 0 30px;
    }
}

@media(device-height:480px) and (-webkit-min-device-pixel-ratio:2) {
    .page-home .home-tit div h3 {
        font-size: 10px;
    }
}

@media(device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
    .page-home .home-tit div h3 {
        font-size: 10px;
    }
}

.page-home .home-service {
    padding-top: 33px;
}

@media(min-width:768px) {
    .page-home .home-service {
        padding-top: 66px;
    }
}

@media(min-width:992px) {
    .page-home .home-service {
        padding-top: 90px;
    }
}

@media(min-width:1200px) {
    .page-home .home-service {
        padding-top: 122px;
    }
}

.page-home .home-service .hs-li {
    padding-top: 20px;
}

@media(min-width:768px) {
    .page-home .home-service .hs-li {
        padding: 20px 0 60px 0;
    }
}

.page-home .home-service .hs-li>div {
    text-align: center;
}

.page-home .home-service .hs-li>div img {
    width: 35%;
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .page-home .home-service .hs-li>div img {
        margin-bottom: 56px;
        width: 52%;
    }
}

.page-home .home-service .hs-li>div div {
    padding: 0 10px;
    margin-bottom: 40px;
}

.page-home .home-service .hs-li>div div h3 {
    margin: 0 0 25px;
    font-size: 18px;
    padding: 0;
}

@media(min-width:768px) {
    .page-home .home-service .hs-li>div div h3 {
        font-size: 24px;
    }
}

.page-home .home-service .hs-li>div div p {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}

@media(min-width:768px) and (max-width:991px) {
    .page-home .home-service .hs-li>div div p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 10px;
        text-align: justify;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .page-home .home-service .hs-li>div div p {
        font-size: 16px;
        line-height: 26px;
        padding: 0 10px;
        text-align: justify;
    }
}

@media(min-width:1200px) {
    .page-home .home-service .hs-li>div div p {
        font-size: 18px;
        line-height: 30px;
        padding: 0 10px;
        text-align: justify;
    }
}

.page-home .hs-pl .row>div {
    padding: 0;
    overflow: hidden;
}

.page-home .hs-pl .hs-pl-pic {
    display: block;
    position: relative;
}

.page-home .hs-pl .hs-pl-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.page-home .hs-pl .hs-pl-pic .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.page-home .hs-pl .hs-pl-pic .over div {
    color: #fff;
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
}

@media(max-width:767px) {
    .page-home .hs-pl .hs-pl-pic .over div {
        display: none;
    }
}

.page-home .hs-pl .hs-pl-pic .over strong {
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.page-home .hs-pl .hs-pl-pic .over p {
    display: block;
    font-size: 18px;
}

.page-home .hs-pl .hs-pl-pic:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media(max-width:767px) {
    .page-home .hs-pl .hs-pl-pic:hover img {
        transform: none;
    }
}

.page-home .hs-pl .hs-pl-pic:hover .over {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.page-home .home-clients {
    padding-bottom: 40px;
    padding-top: 33px;
}

@media(min-width:768px) {
    .page-home .home-clients {
        padding-bottom: 50px;
        padding-top: 122px;
    }
}

.page-home .home-clients .hc-li {
    padding-top: 0;
}

@media(min-width:768px) {
    .page-home .home-clients .hc-li {
        padding-top: 50px;
    }
}

.page-home .home-clients .hc-li>div {
    text-align: center;
    margin-bottom: 20px;
}

.page-home .home-clients .hc-li>div a {
    display: block;
}

.page-home .home-clients .hc-li>div a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.page-home .home-clients .hc-li>div img {
    height: 66px;
    width: auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media(min-width:768px) and (max-width:992px) {
    .page-home .home-clients .hc-li>div {
        margin-bottom: 50px;
    }

    .page-home .home-clients .hc-li>div img {
        height: 60px;
    }
}

@media(min-width:992px) {
    .page-home .home-clients .hc-li>div {
        margin-bottom: 90px;
    }

    .page-home .home-clients .hc-li>div img {
        height: auto;
    }
}

.footer {
    background-color: #000;
}

.footer .contact {
    background-color: #000;
}

.footer .contact .contact-li {
    padding-top: 45px;
    padding-bottom: 10px;
}

@media(min-width:768px) {
    .footer .contact .contact-li {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

@media(min-width:992px) {
    .footer .contact .contact-li {
        padding-top: 100px;
        padding-bottom: 150px;
    }
}

@media(min-width:1200px) {
    .footer .contact .contact-li {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}

.footer .contact .contact-li>div {
    color: #fff;
    text-align: center;
}

@media(max-width:767px) {
    .footer .contact .contact-li>div {
        margin-bottom: 60px;
    }
}

.footer .contact .contact-li>div a {
    color: #fff;
}

.footer .contact .contact-li>div a:hover .icon.qicq {
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/qq_hover.svg) no-repeat center center;
}

.footer .contact .contact-li>div a .icon.qicq {
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/qq.svg) no-repeat center center;
}

.footer .contact .contact-li>div .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
}

.footer .contact .contact-li>div .icon.mobile {
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/mobile.svg) no-repeat center center;
}

.footer .contact .contact-li>div .icon.marker {
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/marker.svg) no-repeat center center;
}

.footer .contact .contact-li>div .icon.email {
    background: url(https://cdn6.zhuocms.com/storage/wwwinholycom/img/email_bot.svg) no-repeat center center;
}

.footer .contact .contact-li>div p {
    text-align: center;
    font-size: 12px;
}

@media(min-width:768px) {
    .footer .contact .contact-li>div p {
        font-size: 18px;
    }
}

.footer .footer-wrapper {
    border-top: 1px solid #333;
    color: #333;
}

@media(min-width:768px) {
    .footer .footer-wrapper {
        margin: 0 auto;
        padding: 10px 0;
    }
}

.footer .footer-wrapper p {
    display: block;
    padding: 0 15px 0 15px;
    margin: 0;
    font-size: 5px;
}

@media(min-width:768px) {
    .footer .footer-wrapper p {
        font-size: 12px;
    }
}

.footer .footer-wrapper p.beian {
    float: right;
}

.footer .footer-wrapper p.beian a {
    color: #333;
}

.footer ul {
    display: block;
    padding: 5px 10px;
    margin-bottom: 0;
}

.footer ul:before,
.footer ul:after {
    display: table;
    content: "";
}

.footer ul:after {
    clear: both;
}

.footer ul li {
    display: inline-block;
    padding: 0 5px;
    font-size: 5px;
}

.footer ul li a {
    color: #fff;
}
.footer .links{
    color:#4c4b4a;
}
.footer .links a{
    color:#4c4b4a;
    margin-left:20px;
}
@media(min-width:768px) {
    .footer ul li {
        height: 21px;
        line-height: 21px;
        font-size: 12px;
    }
}

.sub-banner {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media(min-width:768px) and (max-width:992px) {
    .sub-banner {
        height: 440px;
    }
}

@media(min-width:992px) {
    .sub-banner {
        height: 748px;
    }
}

.sub-banner.case-banner {
    background-image: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/banner_case.jpg");
}

@media only screen and (max-width:767px) {
    .sub-banner.case-banner {
        background-image: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/banner_case_m.jpg");
    }
}

.sub-banner.service-banner {
    background-image: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/service.jpg");
}

@media only screen and (max-width:767px) {
    .sub-banner.service-banner {
        background-image: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/service_m.jpg");
    }
}

.sub-banner.about-banner {
    background-image: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/about.jpg");
}

@media only screen and (max-width:767px) {
    .sub-banner.about-banner {
        background-image: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/about_m.jpg");
    }
}

.sub-banner.news-banner {
    background-image: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/news.jpg");
}

@media only screen and (max-width:767px) {
    .sub-banner.news-banner {
        background-image: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/news_m.jpg");
    }
}

.sub-banner.news-con-banner {
    background-image: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/hl_news_b02.jpg");
}

.page-case .case-tab {
    padding: 15px 0;
    text-align: center;
}

@media(min-width:768px) {
    .page-case .case-tab {
        padding: 50px 0;
    }
}

.page-case .case-tab li a {
    display: block;
    font-size: 14px;
    color: #666;
}

.page-case .case-tab li a.on {
    color: #000;
    background: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/icon_tit.png") no-repeat 0 2px;
    background-size: 14px auto;
}

@media(min-width:768px) {
    .page-case .case-tab li a.on {
        background-position: 8px 2px;
        background-size: auto auto;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .page-case .case-tab li a {
        font-size: 20px;
    }

    .page-case .case-tab li a:hover {
        color: #000;
    }
}

@media(min-width:992px) {
    .page-case .case-tab li a {
        font-size: 20px;
    }

    .page-case .case-tab li a:hover {
        color: #000;
    }
}

.page-case .case-li>div {
    padding: 0;
    overflow: hidden;
}

.page-case .case-li>div:last-child {
    margin-bottom: 0;
}

.page-case .case-li .case-pic {
    display: block;
    color: #000;
    position: relative;
}

.page-case .case-li .case-pic .case-pic-box {
    overflow: hidden;
}

.page-case .case-li .case-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.page-case .case-li .case-pic .case-pic-tit {
    padding: 10px 15px 20px 15px;
    text-align: center;
}

@media(min-width:768px) and (max-width:992px) {
    .page-case .case-li .case-pic .case-pic-tit {
        padding: 20px 15px 40px;
        height: 100px;
    }
}

@media(min-width:992px) {
    .page-case .case-li .case-pic .case-pic-tit {
        padding: 40px 15px 91px;
        height: 150px;
    }
}

.page-case .case-li .case-pic .case-pic-tit strong {
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
}

@media(min-width:992px) {
    .page-case .case-li .case-pic .case-pic-tit strong {
        font-size: 24px;
    }
}

.page-case .case-li .case-pic .case-pic-tit p {
    display: inline-block;
    margin: 0;
    font-size: 12px;
}

@media(min-width:992px) {
    .page-case .case-li .case-pic .case-pic-tit p {
        font-size: 16px;
    }
}

.page-case .case-li .case-pic .over {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.page-case .case-li .case-pic .over div {
    color: #fff;
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
}

@media only screen and (max-width:767px) {
    .page-case .case-li .case-pic .over div {
        display: none;
    }
}

.page-case .case-li .case-pic .over strong {
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.page-case .case-li .case-pic .over p {
    display: block;
    font-size: 18px;
}

.page-case .case-li .case-pic:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.page-case .case-li .case-pic:hover .over {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

html.touch .page-home .hs-pl .hs-pl-pic:hover .over,
html.touch .page-case .case-li .case-pic:hover .over {
    opacity: 0;
}

html.touch .page-home .hs-pl .hs-pl-pic:hover img,
html.touch .page-case .case-li .case-pic:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

html.touch .page-home .hs-pl .hs-pl-pic:focus .over,
html.touch .page-case .case-li .case-pic:focus .over {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.pagination {
    display: block;
    text-align: center;
}

@media(min-width:768px) {
    .pagination {
        margin: 20px 0 80px 0;
    }
}

.pagination span,
.pagination a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 12px;
    margin: 0 10px;
    color: #000;
}

@media(min-width:768px) {

    .pagination span,
    .pagination a {
        font-size: 24px;
        padding: 0;
        width: 53px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 0 15px;
    }
}

.pagination .active span {
    background-size: 32px 30px;
    color: #fff;
}

@media(min-width:768px) {
    .pagination .active span {
        background-size: auto;
    }
}

.page-service .service-process {
    background-color: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 15px;
}

@media(min-width:768px) {
    .page-service .service-process {
        padding-bottom: 90px;
        padding-top: 80px;
    }
}

.page-service .service-process .sp-con {
    padding: 0 15px;
}

.page-service .service-process .sp-con p {
    display: block;
    font-size: 16px;
    line-height: 25px;
}

@media(min-width:768px) {
    .page-service .service-process .sp-con p {
        font-size: 18px;
        line-height: 30px;
        padding: 0 36px;
        margin-bottom: 60px;
    }
}

.page-service .service-process .sp-con .sp-con-banner img {
    width: 100%;
}

@media(min-width:768px) {
    .page-service .service-process .sp-li .bot {
        padding-top: 220px;
    }
}

.page-service .service-process .sp-li div {
    text-align: center;
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .page-service .service-process .sp-li div {
        margin-bottom: auto;
    }
}

.page-service .service-process .sp-li div img {
    width: 60%;
    margin: 30px auto 0;
    height: auto;
}

@media(min-width:768px) {
    .page-service .service-process .sp-li div img {
        width: 86%;
        height: auto;
        margin: inherit;
    }
}

.page-about {
    padding-top: 30px;
}

@media(min-width:768px) {
    .page-about {
        padding-top: 122px;
    }
}

.page-about .about-con {
    padding-bottom: 90px;
}

.page-about .about-con .about-con-box {
    padding: 0 15px;
}

.page-about .about-con .about-con-box h3 {
    font-size: 19px;
    text-align: center;
    line-height: 24px;
}

@media(min-width:768px) {
    .page-about .about-con .about-con-box h3 {
        font-size: 34px;
        font-weight: normal;
        padding: 90px 0 40px 0;
        margin: 0;
    }
}

.page-about .about-con .about-con-box p {
    display: block;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .page-about .about-con .about-con-box p {
        font-size: 18px;
        line-height: 30px;
        padding: 0 36px;
        margin-bottom: 60px;
    }
}

.page-about .about-con .about-con-box img {
    width: 100%;
}

.page-about .sp-con-banner {
    margin-bottom: 40px;
}

.page-about .about-form {
    background-color: #f0f0f0;
    padding-bottom: 15px;
}

@media(min-width:768px) {
    .page-about .about-form {
        padding-bottom: 80px;
    }
}

.page-about .about-form h3 {
    font-size: 18px;
    text-align: center;
}

@media(min-width:768px) {
    .page-about .about-form h3 {
        font-size: 34px;
        font-weight: normal;
        padding: 90px 0 40px 0;
        margin: 0;
    }
}

.page-about .about-form p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0 15px;
}

@media(min-width:768px) {
    .page-about .about-form p {
        font-size: 18px;
        line-height: 30px;
        padding: 0 36px;
        margin-bottom: 60px;
    }
}

.page-about .about-form .af-l li {
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
}

@media(min-width:768px) {
    .page-about .about-form .af-l li {
        margin-bottom: 30px;
        height: 58px;
    }
}

.page-about .about-form .af-l li label {
    display: block;
    width: 50px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

@media(min-width:768px) {
    .page-about .about-form .af-l li label {
        width: 80px;
        line-height: 58px;
        font-size: 18px;
    }
}

.page-about .about-form .af-l li div {
    margin-left: 50px;
}

@media(min-width:768px) {
    .page-about .about-form .af-l li div {
        height: 58px;
        line-height: 58px;
        margin-left: 80px;
    }
}

.page-about .about-form .af-l li div input {
    width: 100%;
    height: 44px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

@media(min-width:768px) {
    .page-about .about-form .af-l li div input {
        height: 58px;
    }
}

.page-about .about-form .af-r {
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .page-about .about-form .af-r {
        margin-bottom: 0;
    }
}

.page-about .about-form .af-r li {
    background-color: #fff;
}

@media(min-width:768px) {
    .page-about .about-form .af-r li {
        padding: 15px;
    }
}

.page-about .about-form .af-r li textarea {
    width: 100%;
    height: 132px;
    padding: 6px 12px;
    border: none;
    background: none;
}

@media(min-width:768px) {
    .page-about .about-form .af-r li textarea {
        height: 285px;
        font-size: 18px;
    }
}

.page-about .about-form-btn {
    clear: both;
    text-align: center;
    margin: 0 15px;
}

.page-about .about-form-btn button {
    width: 100%;
    height: 44px;
    font-size: 14px;
    border: none;
    background-color: #4d4d4d;
    color: #fff;
}

@media(min-width:768px) {
    .page-about .about-form-btn button {
        width: 278px;
        height: 50px;
        font-size: 18px;
        cursor: pointer;
    }
}

.page-news {
    padding-top: 30px;
}

@media(min-width:768px) {
    .page-news {
        padding-top: 122px;
    }
}

@media(min-width:768px) {
    .page-news .news-li {
        margin: 0 15px;
    }
}

.page-news .news-li .row {
    margin-bottom: 15px;
}

.page-news .news-li .row:last-child {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .page-news .news-li .row {
        background-color: #f0f0f0;
        margin-bottom: 30px;
    }

    .page-news .news-li .row:last-child {
        margin-bottom: 30px;
    }
}

.page-news .news-li .row a {
    display: block;
    color: #000;
}

@media(min-width:768px) {
    .page-news .news-li .row a>div {
        margin: 0;
        padding: 0;
    }
}

.page-news .news-li .row a .news-li-pic {
    padding: 15px 15px 0 15px;
}

@media(min-width:768px) {
    .page-news .news-li .row a .news-li-pic {
        padding: 0 15px 0 0;
    }
}

.page-news .news-li .row a .news-li-pic img {
    width: 100%;
}

@media(min-width:768px) {
    .page-news .news-li .row a .news-li-pic img {
        height: auto;
        object-fit: cover;
    }
}

.page-news .news-li .row a .news-li-txt {
    padding: 15px;
    background-color: #f6f6f6;
}

@media(min-width:768px) {
    .page-news .news-li .row a .news-li-txt {
        background-color: transparent;
    }
}

.page-news .news-li .row a .news-li-txt h3 {
    font-size: 21px;
    margin: 15px 0;
    padding: 0;
    font-weight: normal;
}

@media(min-width:768px) {
    .page-news .news-li .row a .news-li-txt h3 {
        font-size: 24px;
        padding: 5px 0;
    }
}

.page-news .news-li .row a .news-li-txt em {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    font-style: normal;
}

@media(min-width:768px) {
    .page-news .news-li .row a .news-li-txt em {
        font-size: 18px;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .page-news .news-li .row a .news-li-txt {
        padding: 30px 15px 0 15px;
    }

    .page-news .news-li .row a .news-li-txt .news-li-con {
        font-size: 14px !important;
        line-height: 22px !important;
        padding-top: 15px !important;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .page-news .news-li .row a .news-li-txt {
        padding: 30px 15px 0 15px;
    }
}

@media(min-width:1200px) {
    .page-news .news-li .row a .news-li-txt {
        padding: 92px 15px 0 15px;
    }
}

.page-news .news-li .row a .news-li-txt .news-li-con {
    font-size: 12px;
    padding: 10px 0;
}

@media(min-width:768px) {
    .page-news .news-li .row a .news-li-txt .news-li-con {
        font-size: 18px;
        line-height: 30px;
        padding-top: 30px;
    }
}

.page-news .news-li .row a .news-li-txt .news-li-con p {
    margin: 0;
    font-size: 15px;
}

.workbackground img {
    width: 100%;
}

.page-case-con {
    padding-top: 120px;
}

@media(max-width:768px) {
    .page-case-con {
        padding-top: 36px;
    }
}

.page-case-con .case-con-tit {
    margin: auto 15px;
    margin-bottom: 15px;
}

@media(min-width:768px) and (max-width:992px) {
    .page-case-con .case-con-tit {
        margin: 0 auto;
        padding: 0 0 30px 0;
        max-width: 738px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .page-case-con .case-con-tit {
        margin: 0 auto;
        padding: 0 0 30px 0;
        max-width: 962px;
    }
}

@media(min-width:1200px) {
    .page-case-con .case-con-tit {
        padding: 0 0 30px 0;
        margin: 0 auto;
        max-width: 1140px;
    }
}

.page-case-con .case-con-tit h3 {
    font-size: 25px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px 0 0;
}

@media(min-width:768px) {
    .page-case-con .case-con-tit h3 {
        font-size: 40px;
        margin: 0 15px 0 0;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .page-case-con .case-con-tit h3 {
        font-size: 28px;
        margin: 0 15px 0 0;
    }
}

.page-case-con .case-con-tit em {
    font-size: 21px;
    font-style: normal;
    display: inline-block;
}

@media(min-width:768px) and (max-width:991px) {
    .page-case-con .case-con-tit em {
        font-size: 24px;
    }
}

@media(min-width:992px) {
    .page-case-con .case-con-tit em {
        font-size: 32px;
    }
}

.page-case-con .case-con-txt {
    font-size: 15px;
    line-height: 20px;
    margin: 0 15px 20px 15px;
}

@media(min-width:768px) and (max-width:991px) {
    .page-case-con .case-con-txt {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 30px;
    }
}

@media(min-width:992px) {
    .page-case-con .case-con-txt {
        font-size: 22px;
        line-height: 42px;
        padding-bottom: 30px;
    }
}

.page-case-con .case-con-banner {
    margin: 0 15px;
}

@media(min-width:768px) {
    .page-case-con .case-con-banner {
        margin: 0 15px;
    }
}

.page-case-con .case-con-banner img {
    width: 100%;
}

.page-case-con .col-sm-6 {
    padding: 0;
}

@media(min-width:768px) {
    .page-case-con .col-sm-6 {
        padding: 0 15px;
    }

    .page-case-con .col-sm-6.case-con-banner {
        margin: 0;
    }
}

@media(min-width:768px) {
    .page-case-con .col-sm-6 .case-con-txt {
        margin: 0;
    }
}

.page-case-con .swiper-wrapper {
    height: auto;
}

.page-case-con .swiper-wrapper img {
    width: 100%;
}

.page-case-con .swiper-button-prev {
    width: 41px;
    height: 41px;
    background: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/iconfrom_shangyiye.png") no-repeat;
    background-size: 41px 41px;
    margin-top: -20px;
    opacity: 1 !important;
}

@media(min-width:768px) {
    .page-case-con .swiper-button-prev {
        width: 82px;
        height: 82px;
        background-size: auto;
        margin-top: -41px;
    }
}

.page-case-con .swiper-button-next {
    width: 41px;
    height: 41px;
    background: url("https://cdn6.zhuocms.com/storage/wwwinholycom/img/iconfrom_xiayiye.png") no-repeat;
    background-size: 41px 41px;
    margin-top: -20px;
    opacity: 1 !important;
}

@media(min-width:768px) {
    .page-case-con .swiper-button-next {
        width: 82px;
        height: 82px;
        background-size: auto;
        margin-top: -41px;
    }
}

.page-case-con .container {
    margin-bottom: 100px;
}

@media only screen and (max-width:767px) {
    .page-case-con .container {
        margin-bottom: 36px;
    }
}

.page-case-con .container-fluid {
    margin-bottom: 100px;
}

@media only screen and (max-width:767px) {
    .page-case-con .container-fluid {
        margin-bottom: 36px;
    }
}

.page-case-con .container-fluid .case-con-banner {
    margin: 0;
}

@media(min-width:768px) and (max-width:992px) {
    .page-case-con .container-fluid .home-tit {
        max-width: 768px;
        margin: 0 auto;
    }

    .page-case-con .container-fluid .case-con-txt {
        max-width: 738px;
        margin: 0 auto;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .page-case-con .container-fluid .home-tit {
        max-width: 992px;
        margin: 0 auto;
    }

    .page-case-con .container-fluid .case-con-txt {
        max-width: 962px;
        margin: 0 auto;
    }
}

@media(min-width:1200px) {
    .page-case-con .container-fluid .home-tit {
        max-width: 1170px;
        margin: 0 auto;
    }

    .page-case-con .container-fluid .case-con-txt {
        max-width: 1140px;
        margin: 0 auto;
    }
}

.page-case-con .case-more-li div {
    padding: 0;
}

.page-case-con .case-more-li div img {
    width: 100%;
    height: auto;
}

.page-news-con .con-txt {
    padding-top: 15px;
}

.page-news-con .con-txt h1 {
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}

@media(min-width:768px) {
    .page-news-con .con-txt h1 {
        font-size: 35px;
        margin: 60px 0;
    }
}

.page-news-con .con-txt .time {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

@media(min-width:768px) {
    .page-news-con .con-txt .time {
        font-size: 18px;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }
}

.page-news-con .con-txt .text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 14px 0;
    color: #050706;
}

@media(min-width:768px) {
    .page-news-con .con-txt .text p {
        font-size: 18px;
        line-height: 36px;
        margin: 0 0 30px 0;
    }
}

.page-news-con .con-txt .text p img {
    width: 100%;
    height: auto;
}

.page-news-con .con-txt .text h3 {
    display: block;
    font-size: 18px;
    text-align: center;
}

@media(min-width:768px) {
    .page-news-con .con-txt .text h3 {
        font-size: 38px;
        padding: 60px 0;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .page-news-con .news-more .home-tit {
        max-width: 768px;
        margin: 0 auto;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .page-news-con .news-more .home-tit {
        max-width: 992px;
        margin: 0 auto;
    }
}

@media(min-width:1200px) {
    .page-news-con .news-more .home-tit {
        max-width: 1170px;
        margin: 0 auto;
    }
}

.page-news-con .news-more .news-more-li div {
    padding: 0;
}

.page-news-con .news-more .news-more-li img {
    width: 100%;
    height: 100%;
}

.gallery-top a {
    display: block;
    height: 100%;
}

#menuover {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    display: none;
}

#sendover {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    padding-top: 150px;
    display: none;
}

@media(max-width:767px) {
    #sendover {
        padding-top: 120px;
    }
}

#sendover .formcod {
    width: 560px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 60px;
}

@media(max-width:767px) {
    #sendover .formcod {
        width: 90%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

#sendover .formcod img {
    margin-bottom: 20px;
    width: 30%;
}

@media(max-width:767px) {
    #sendover .formcod img {
        width: 40%;
    }
}

#sendover .formcod p {
    font-size: 22px;
    margin-bottom: 40px;
}

@media(max-width:767px) {
    #sendover .formcod p {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

#sendover .formcod button {
    height: 49px;
    background-color: #272727;
    border: none;
    color: #fff;
    width: 280px;
    font-size: 18px;
}

@media(max-width:767px) {
    #sendover .formcod button {
        width: 100px;
        height: 35px;
    }
}